home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19960715-19961006 / 000229_news@columbia.edu _Thu Aug 22 17:01:14 1996.msg < prev    next >
Internet Message Format  |  1996-11-03  |  3KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id RAA07707 for <kermit.misc@watsun.cc.columbia.edu>; Thu, 22 Aug 1996 17:01:13 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id RAA12993 for kermit.misc@watsun; Thu, 22 Aug 1996 17:01:11 -0400 (EDT)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Set IRQ, Address (MS-DOS Kermit or K-95 under Win-95, with PCMCIA modem)
  8. Date: 22 Aug 1996 21:00:48 GMT
  9. Organization: Columbia University
  10. Lines: 54
  11. Message-ID: <4vihq0$f7d@apakabar.cc.columbia.edu>
  12. References: <DwJyMz.CMr@news2.new-york.net>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <DwJyMz.CMr@news2.new-york.net>, Chris Thorn <Thorn@esb.com> wrote:
  16. : Three questions about PCMCIA card modems and Win-95, running MS-DOS
  17. : Kermit or Kermit-95 - TIA for any suggestions.
  18. : When we run MS-DOS Kermit in a DOS-box under Win-95, we can do
  19. : SET COM3 \x3f8 10
  20. : SET PORT COM3
  21. : to set the IRQ and memory address for the PCMCIA card modem.
  22. : The SET COMn command apparently is not used in Kermit 95,
  23. : and I didn't see mention of IRQ or address in the K-95 manual.  Is the
  24. : only way to make these settings through Control Panel/System/Device
  25. : Manager...
  26. :
  27. Yes.
  28.  
  29. : and if so, why is it necessary to make the setttings again in
  30. : MS-DOS Kermit?
  31. Because MS-DOS Kermit is not a Windows 95 program.
  32.  
  33. Kermit 95 does not go "straight to the metal" like MS-DOS Kermit does.  It
  34. does not use interrupts or device registers.  It is a well-behaved 32-bit
  35. Windows program that uses device drivers to access devices, a concept
  36. largely unknown in DOS.  MS-DOS Kermit is its own device driver, and to
  37. some extent various versions of Windows let it get away with this in their
  38. efforts to support DOS programs.
  39.  
  40. : Is this related to the advice we've already received (I think this
  41. : came from the Columbia Kermit WWW site), that to mark our PCMCIA card
  42. : work with Kermit-95, we must first use HyperTerminal to make a
  43. : connection to the port. (We start HyperTerminal, make a connection to
  44. : the port, begin dialing, cancel the dialing, exit HyperTerminal, and
  45. : now Kermit-95 will work).
  46. No, it's not related.  The problem here is that the COM device driver that
  47. Windows 95 makes available to console applications (such as Kermit 95)
  48. (NOTE: "console applications" -- not "DOS applications") does not support
  49. PCMCIA/PnP modems.
  50.  
  51. : That same trick does not work to make MS-DOS Kermit able to use the
  52. : PCMCIA modem.  Is there a FAQ list for PC-MCIA modems, or for
  53. : MS-DOS Kermit under Windows 95?  In particular, I've had trouble with
  54. : several models of IBM Thinkpads (in some cases using a card modem
  55. : known to work on another notebook PC with the same MS-DOS Kermit TAKE
  56. : files)
  57. If MS-DOS Kermit works in any particular situation in Windows 95 or NT,
  58. it's lucky, but it isn't supported.  Kermit 95 is the Kermit program for
  59. those platforms.  As I'm sure you know from reading the Web pages, we
  60. are working as hard and fast as we can to create a full GUI (non-console)
  61. version of it, that will get around all the bugs and restrictions in
  62. Windows 95 console mode.
  63.  
  64. - Frank